home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nile / senet.exe / senet.DXR / 00152.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  218 b   |  11 lines

  1. on exitFrame
  2.   global startTime, onIBM, timeCorrection
  3.   if onIBM then
  4.     puppetTransition(26)
  5.   else
  6.     puppetTransition(23)
  7.   end if
  8.   repeat while (the ticks - startTime) < (400 + timeCorrection)
  9.   end repeat
  10. end
  11.